projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57a9bf8
)
Fix a compilation warning in pgtkterm.c
author
Koen van Greevenbroek
<koen_devel@posteo.net>
Fri, 3 Dec 2021 17:12:07 +0000
(18:12 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 3 Dec 2021 17:12:07 +0000
(18:12 +0100)
* src/pgtkterm.c (set_fullscreen_state): Fix a compilation warning
(bug#52260).
Copyright-paperwork-exempt: yes
src/pgtkterm.c
patch
|
blob
|
history
diff --git
a/src/pgtkterm.c
b/src/pgtkterm.c
index 278316268f97a55950cd89d27be5893e0e6f2a25..1fc8fa98a46ff5b301fc61b1710665aaffe18c06 100644
(file)
--- a/
src/pgtkterm.c
+++ b/
src/pgtkterm.c
@@
-4277,6
+4277,7
@@
set_fullscreen_state (struct frame *f)
case FULLSCREEN_WIDTH:
case FULLSCREEN_HEIGHT:
/* Not supported by gtk. Ignore them. */
+ break;
}
f->want_fullscreen = FULLSCREEN_NONE;